@charset "utf-8";

.medfcywrap {
	/* [disabled]background-color: #666666; */
	border-radius: 12px;
	padding-left: 0px;
	padding-top: 59px;
	padding-right: 0px;
	min-width: 434px;
}

#videolist {
}
#videolist li {
}
.fancy_video img {
	width: 32%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin-top: 11px;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-left: 1px;
}
.fancy_video:hover img {
		-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;

}
.fancy_video {
	z-index: 1;

}
.fancy_video:hover .playbutton {

}

/* this demo specific styles */
.fancybox-nav {
	width: 60px;
}
.fancybox-nav span { visibility: visible; opacity: 0.5;}
.fancybox-nav:hover span {opacity: 1;}
.fancybox-next { right: -60px;}
.fancybox-prev { left: -60px;}
.fancybox-title-over-wrap {  top: 0;  left: 0;  bottom: auto;  position: absolute;  width: 100%;  z-index: 8035;}
.playbutton {
	background: transparent url("/scripts/mediaelement/bigplay.png") no-repeat;
	display: block;
	height: 100px;
	left: 31px;
	opacity: 0.4;
	overflow: hidden;
	position: absolute;
	top: 31px;
	width: 100px;
	z-index: 10;
	cursor: pointer;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {.medfcywrap {
	/*	/* [disabled]background-color: #666666; */
	border-radius: 12px;
	padding-left: 251px;
	padding-top: 69px;
	padding-right: 0px;
	padding-bottom: 20px;
	min-width: 434px;
*/
}

}
